home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / disk / zcopy35.zip / ZCOPY.DOC < prev    next >
Text File  |  1997-05-08  |  5KB  |  108 lines

  1. ┌─────────────────────────────────────────────────────────────────────────────┐
  2. │ ▒▒▒▒ ZCOPY V3.5, Copyright (C) 1993-97 by Chris Buijs ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  3. └─────────────────────────────────────────────────────────────────────────────┘
  4.  
  5.   ZCOPY is a small directory/file-copy utility i wrote because i needed a
  6.   copy-program like XCOPY for installation purposes, the only thing was
  7.   that XCOPY always overwrite files even when the source/target file are
  8.   the same, i needed a copy-utility that skipped files that are the same,
  9.   so i wrote ZCOPY and added some more options.
  10.  
  11.   ZCOPY is here-by placed in Public Domain and can be considered freeware,
  12.   ZCOPY may not be sold, hired, leased or modified, it may be freely copied
  13.   as a complete package, usage of ZCOPY in commercial environments is only
  14.   permitted with explicit approvement of the Author of ZCOPY (Chris Buijs).
  15.  
  16.   
  17. ┌─────────────────────────────────────────────────────────────────────────────┐
  18. │ ▒▒▒▒ USAGE ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  19. └─────────────────────────────────────────────────────────────────────────────┘
  20.  
  21.   ZCOPY preserves file-date/time and attributes, the target-file will have
  22.   the same date/time and attributes as the source-file after a copy.
  23.  
  24.  
  25.   Syntax:  ZCOPY <SourcePath+FileSpec> [<TargetPath>] [<Parameters>]
  26.  
  27.  
  28.   <SourcePath+FileSpec>     - Source directory and file-specs to copy from.
  29.  
  30.   <TargetPath>              - Target directory to copy to, DON'T specify any
  31.                               file-specs, you can supply full paths which do
  32.                               not exist, ZCOPY will create all non-existant
  33.                               directory's automatically, this parameter is
  34.                               optional, when not given the current directory
  35.                               is taken as target.
  36.  
  37.  
  38.   Parameters:
  39.  
  40.   /A                        - With this parameter you instruct ZCOPY to only
  41.                               copy files which have the archive-attribute set,
  42.                               it will be un-set after the copy.
  43.  
  44.   /DE[:MM-DD-YYYY]          - Copy only files with file-date equal as date,
  45.                               when no date is given, the system-date is taken
  46.                               as default.
  47.  
  48.   /DY[:MM-DD-YYYY]          - Copy only files with file-date equal or younger
  49.                               then date, when no date is given, the system-date
  50.                               is taken as default.
  51.  
  52.   /DO[:MM-DD-YYYY]          - Copy only files with file-date equal or older
  53.                               then date, when no date is given, the system-date
  54.                               is taken as default.
  55.  
  56.   /F                        - With this parameter you instruct ZCOPY to fill 
  57.                               diskettes, when a diskette is full, ZCOPY ask
  58.                               for the next diskette.
  59.  
  60.   /I                        - Copy/Move-operation CANNOT be interupted with ESC.
  61.  
  62.   /M                        - With this parameter you instruct ZCOPY to MOVE
  63.                               files instead of COPY.
  64.  
  65.   /N                        - With this parameter you instruct ZCOPY to only
  66.                               copy files which are newer/changed when in the
  67.                               target directory files already exist.
  68.  
  69.   /P                        - Prompt-mode, when used, ZCOPY will first ask you
  70.                               to confirm overwriting of existing files.
  71.  
  72.   /Q                        - Quiet-mode, ZCOPY will not update the screen with
  73.                               progress-information.
  74.  
  75.   /S                        - Copy sub-directories (also empty ones).
  76.  
  77.   /TE[:HH:MM:SS]            - Copy only files with file-time equal as time, when
  78.                               no time is given, the system-time is taken as
  79.                               default.
  80.  
  81.   /TY[:HH:MM:SS]            - Copy only files with file-time equal or younger
  82.                               then time, when no time is given, the system-time
  83.                               is taken as default.
  84.  
  85.   /TO[:MM-DD-YY]            - Copy only files with file-time equal or older
  86.                               then time, when no time is given, the system-time
  87.                               is taken as default.
  88.  
  89.   /U                        - Update, synchronize the source and target
  90.                               directories, when a file does NOT exist in the
  91.                               source-directory, it is removed from the target-
  92.                               directory.
  93.  
  94. ┌─────────────────────────────────────────────────────────────────────────────┐
  95. │ ▒▒▒▒ CONTACT/UPDATES ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  96. └─────────────────────────────────────────────────────────────────────────────┘
  97.  
  98.   If you want to contact me, you can contact me via Internet:
  99.  
  100.   Email: cbuijs@xs4all.nl
  101.  
  102.   Updates can be found at:
  103.  
  104.   WWW  : http://www.xs4all.nl/~cbuijs/html/longword.html
  105.  
  106.   Have Fun,
  107.   Chris Buijs
  108.